| Description | : Lists the existing projects. | 
| Reference | : Link ¶ | 
⚼ Request
            GET: 
            /authoring/analyze-conversations/projects
          
              
      
          {
      
          
        
              api-version:
              
              string
            ,
          
          
              top:
              
              integer
            ,
          
          
              skip:
              
              integer
            ,
          
          
              maxpagesize:
              
              integer
            ,
          
      
          }
      
    ⚐ Response (200)
      
          {
      
          
              value:
              
                  
          
      
          [
      
        
                
      
          ]
      
    
            ,
          
      
          {
      
          
          ,
        
              createdDateTime:
              
              string
            ,
          
          
              lastModifiedDateTime:
              
              string
            ,
          
          
              lastTrainedDateTime:
              
              string
            ,
          
          
              lastDeployedDateTime:
              
              string
            ,
          
          
              projectKind:
              
              enum
            ,
          
          
              settings:
              
                  
          
      
          {
      
          
            ,
          
              confidenceThreshold:
              
              number
            ,
          
      
          }
      
    
              storageInputContainerName:
              
              string
            ,
          
          
              projectName:
              
              string
            ,
          
          
              multilingual:
              
              boolean
            ,
          
          
              description:
              
              string
            ,
          
          
              language:
              
              string
            ,
          
      
          }
      
    
              nextLink:
              
              string
            ,
          
      
          }
      
    ⚐ Response (default)
      
          {
      
          
              $headers:
                  
          
      
          {
      
          
            ,
          
              x-ms-error-code:
              
              string
            ,
          
      
          }
      
    
              $schema:
              
                  
      
          }
      
    
      
          {
      
          
            ,
          
              error:
              
                  
      
          }
      
    
      
          {
      
          
            ,
          
              code:
              
              string
            ,
          
          
              message:
              
              string
            ,
          
          
              target:
              
              string
            ,
          
          
              details:
              
                  
          
      
          [
      
        
            ,
          
            string
          ,
        
      
          ]
      
    
              innererror:
              
                  
      
          }
      
    
      
          {
      
          
            ,
          
              code:
              
              string
            ,
          
          
              innererror:
              
              string
            ,
          
      
          }